home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / advanced97 / SM.H < prev    next >
Encoding:
Text File  |  1998-08-12  |  227 b   |  6 lines

  1. void* new_smoke(float x, float y, float z, float dx, float dy, float dz,
  2.     int elems, float intensity, unsigned texture);
  3. void delete_smoke(void *smoke);
  4. void draw_smoke(void *smoke);
  5. void update_smoke(void *smoke, float tick);
  6.